home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
btsys.arc
/
BTGETSP.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1984-12-14
|
270 b
|
15 lines
/* btgetsp */
#include <stdio.h>
#include <btextern.h>
int btgetsp (filhand)
int filhand;
/* gets a node number for a new node */
{
ip2 = btfilar[filhand].infobuf + 2;
return (++*ip2); /* increment the current value */
}
/* end of btgetsp */